home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / WINPROGS.ARJ / STATLINE.MAK < prev    next >
Text File  |  1991-01-01  |  290b  |  13 lines

  1.   
  2. statline.exe:  statline.obj statline.def statline.res
  3.    link statline, /align:16, NUL, /nod slibcew libw, statline
  4.    rc statline.res
  5.    
  6. statline.obj:  statline.c statline.h
  7.    cl -c -Gsw -Ow -W2 -Zp statline.c
  8.  
  9. statline.res: statline.rc
  10.   rc -r statline.rc
  11.    
  12.       
  13.